概述@ 内容 自动化测试 http://www.javafxchina.net/blog/2016/12/osgi-11-junit/ http://red1.org/adempiere/viewtopic.php?f=28&t=1424& 使用Selenium测试 自动化测试 BDD工具有Cucumber、Concordion、Guage和JBehave等; Web自动化测试框架一般用Capybara和Rspec; 控制页面控件的驱动(Driver)一般用的是Selenium-WebDriver、Poltergeist和PhantomJS; 页面对象(PageObject)模式一般用的是SitePrism; API测试一般用的是Postman和Mocha+Chai+SuperTest; 契约测试一般用的是Pact、RAML和Swagger; Mock一般使用的是moco、Mountebank、WireMock和Mockito。